Skip to main content

AutoEditForm<Model>

Auto UI for generating a Edit Form from a Request DTO in a Slide Over component

Assembly: ServiceStack.Blazor.dll
View Source
Declaration
public class AutoEditForm<Model> : AutoFormBase<Model>, IHasJsonApiClient

Properties

Edit

View Source
Declaration
public Model Edit { get; set; }

DeleteApiType

View Source
Declaration
public Type? DeleteApiType { get; set; }

Title

View Source
Declaration
protected override string Title { get; }

Methods

OnParametersSetAsync()

View Source
Declaration
protected override async Task OnParametersSetAsync()
Returns

Task

Implements

  • ServiceStack.IHasJsonApiClient